ESRI.ArcGIS.Mobile.Client
Generic EnumAttributeGroup Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : Generic EnumAttributeGroup Class


The following tables list the members exposed by Generic EnumAttributeGroup.

Public Constructors

 NameDescription
Public ConstructorEnumAttributeGroup Constructor Constructs an EnumAttributeGroup object.  
Top

Public Properties

 NameDescription
Public PropertyGroupView Gets the parent control. (Inherited from Group)
Public PropertyItems Gets the collection of Items in the Group. (Inherited from Group)
Public PropertyStringValue Gets the string representation of the value.  
Public PropertyValue Gets or sets the value of the attribute.  
Top

Protected Methods

 NameDescription
Protected MethodOnClickedOverridden.  Occurs when the area the group covers is clicked.  
Protected MethodOnGroupChanged Occurs when the list of items in the Group changes. (Inherited from Group)
Top

Public Events

 NameDescription
Public EventClicked Occurs when the area the group covers is clicked. (Inherited from Group)
Public EventValueChanged Occurs when the value is changed.  
Top

See Also